home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / guis / gadutil / docs / autodocs / 20.gu_settoggle < prev    next >
Encoding:
Text File  |  1996-07-16  |  845 b   |  33 lines

  1. gadutil.library/GU_SetToggle                     gadutil.library/GU_SetToggle
  2.  
  3.    NAME
  4.     GU_SetToggle -- Change status of a toggle-select gadget.
  5.  
  6.    SYNOPSIS
  7.     GU_SetToggle(status, gadget, window)
  8.                  D0,     A0,     A1
  9.  
  10.     VOID GU_SetToggle(BOOL, struct Gadget *, struct Window *);
  11.  
  12.    FUNCTION
  13.     This function selects or unselects a toggle gadget, that means a
  14.     gadget with the tag GU_ToggleSelect set to TRUE.
  15.  
  16.     For some more information about the tags, look in <libraries/gadutil.h>
  17.     or in the autodoc for the GU_LayoutGadgetsA() function.
  18.  
  19.    INPUTS
  20.     status - New status for the gadget. TRUE for selected, FALSE for
  21.              unselected.
  22.     gadget - The gadget to change.
  23.     window - Window that the gadget is located in.
  24.  
  25.    RESULT
  26.     none
  27.  
  28.    BUGS
  29.     none known
  30.  
  31.    SEE ALSO
  32.     GU_LayoutGadgetsA(), <libraries/gatutil.h>, <libraries/gadutil.i>
  33.